C1.DataCollection Assembly / C1.DataCollection Namespace / C1HierarchicalDataCollection<T> Class
The type of the items in the collection.
Members

C1HierarchicalDataCollection<T> Class
Base class of collections that are composed by others InternalCollections.
Object Model
C1HierarchicalDataCollection<T> Class
Syntax
'Declaration
 
Public MustInherit Class C1HierarchicalDataCollection(Of T As Class) 
   Implements IDataCollection(Of T)ISupportAsyncLoading(Of T)ISupportEditing(Of T)ISupportIncrementalLoadingISupportRangeEditing(Of T)ISupportSortingISupportVirtualization 
 
Type Parameters
T
The type of the items in the collection.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1HierarchicalDataCollection<T>
      C1.DataCollection.C1SelectManyDataCollection<S,T>
      C1.DataCollection.C1SequenceDataCollection<T>

See Also